Recently I was struggled with a customer incident and finally I realized that I didn’t understand the Edm.DateTime quite clearly. So I spend some time ...
分类:
其他好文 时间:
2020-09-17 17:05:10
阅读次数:
27
LOCAL_PATH := $(call my-dir)include $(CLEAR_VARS)LOCAL_MODULE := static_AAALOCAL_SRC_FILES := $(LOCAL_PATH)/libavcodec.ainclude $(PREBUILT_STATIC_LIBR ...
分类:
移动开发 时间:
2020-09-17 15:30:51
阅读次数:
49
问题: AUTOGEN: No valid Qt version found for target opencv_opencl. AUTOMOC, AUTOUIC and AUTORCC disabled. Consider adding: find_package(Qt<QTVERSION> CO ...
分类:
其他好文 时间:
2020-09-15 21:09:32
阅读次数:
39
Invalid bound statement (not found) ...
分类:
编程语言 时间:
2020-09-14 19:15:55
阅读次数:
50
上周六跟一个做测试的聊了聊,他说他们公司的产品经理薪资都老高了,都2.5w起,问我,为什么产品经理的工作这么高?俗话说:能力越大,责任越大。SO,产品经理这个岗位到底有什么魅力,值这么多钱? 任何一个岗位的出现,一定是企业为了提升收益,优化分工的结果,产品经理也不例外。 薪资,是很多职场人求职时的第 ...
分类:
其他好文 时间:
2020-09-12 21:15:33
阅读次数:
34
新公司入职后很久没写博客了,慢慢拾起来吧。 现象描述: 项目本地运行没有问题,打包也没有报错,正常打包。但是部署到服务器在调用查库接口时,报错:Invalid bound statement (not found)。。。。。。。 该错的意思就是调用时没有找到对应的xml文件。 排错思路: mybat ...
分类:
其他好文 时间:
2020-09-10 22:35:47
阅读次数:
47
第四章最后一题 明天学习第五章 vector模板 和list一样 但是方法名称不一样 定义和list一样,尤其需要指定数据类型 Vector<Integer> v=new Vector<Integer>(10); v.addElement(a); 排序 可以直接调用方法 Collections.so ...
分类:
其他好文 时间:
2020-09-03 16:54:17
阅读次数:
38
使用git clone [http的url]从远程仓库克隆项目时,git提示报错"fatal repository not found",出现这个错误的原因可能是下面几种情况: 远程仓库地址不存在 将http的url地址复制到浏览器中直接访问,查看该地址是否能外网访问,不能则该项目不存在 远程仓库地 ...
分类:
其他好文 时间:
2020-09-03 16:42:17
阅读次数:
116
Multiple annotations found at this line:- javax.servlet.jsp.JspException cannot be resolved to a type- Attribute (width) is obsolete. Its use is disco ...
分类:
Web程序 时间:
2020-09-03 16:28:26
阅读次数:
80
题目 Description Little Leticija is preparing for a programming exam. Even though she has solved a lot of tasks, there’s one still left unsolved, so she ...
分类:
其他好文 时间:
2020-08-31 13:30:01
阅读次数:
65